home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Sound / PlayMidi / cli_dtc39_7 / cli_dtc39_7.readme next >
Text File  |  1999-12-27  |  4KB  |  92 lines

  1. Short:    cli.datatype - recompiled for working with AMIGA OS3.5
  2. Author:   ruppert@goofy.zdv.uni-mainz.de
  3. Uploader: dbusse@debitel.net
  4. Type:     util/dtype
  5. Version:  39.7
  6. Distribution: NoCD
  7.  
  8. ***************************************************************************
  9. *                                                                         *
  10. *                            cli.datatype 39.7                            *
  11. *                                                                         *
  12. *                        Written by Stefan Ruppert                        *
  13. *                                                                         *
  14. *         Recompiled for working with AMIGA OS 3.5 by Dirk Busse          *
  15. *                                                                         *
  16. ***************************************************************************
  17.  
  18. This is a datatype to launch extern CLI programs and to display their
  19. standard output. At the moment there are the following commands included :
  20.  
  21. dms -- display information about a dms file
  22. lha -- display the contents of a lha/lzh archive (using Stefan Boberg's lha)
  23. tar -- display the contents of a tar archive (using GNU-Tar)
  24. tar-gzip -- display the contents of a gzip'd tar archive (using gzip and
  25.             GNU-Tar). This requires a installed pipe package.
  26. nroff -- display the contents of a nroff file (using groff and man.datatype)
  27.  
  28.  
  29. This software is Freeware, but not in the public domain !
  30.  
  31.  
  32. It's strictly forbidden to include this archive in any kind of software
  33. collection except Fred Fish's AmigaLibrary, Aminet FileServer , Meeting
  34. Pearls CD's and BBS Fileareas or by a explicit permission from me !
  35.  
  36. This software is provided "as is". No representations or warranties are
  37. made with respect to the accuracy, reliability, performance, currentness,
  38. or operation of this software, and all use is at your own risk !
  39.  
  40. If you have any suggestion or comments please contact me :
  41.  
  42.  
  43. Stefan Ruppert
  44. Windthorststrasse 5
  45. 65439 Floersheim am Main
  46. GERMANY
  47.  
  48. EMail:
  49. ruppert@informatik.fh-wiesbaden.de
  50. ruppert@goofy.zdv.uni-mainz.de
  51. ruppert@amigaworld.com
  52. WWW:
  53. http://home.pages.de/~Ruppert/
  54. http://www.amigaworld.com/support/htds/
  55.  
  56.  
  57. Changes to last release :
  58.  
  59. cli.datatype 39.6 (6.7.97) :
  60.  
  61. - now compiles also with gcc (thanks have to go to Gunther Nikl)
  62. - now opens a NIL: filehandle for the external command to avoid
  63.   default con: windows
  64. - replaced some descriptors with versions from Detlef Würkner.
  65.   See also contrib directory
  66.  
  67. cli.datatype 39.7 (27.12.99) :
  68. (By Dirk Busse <dbusse@debitel.net>)
  69.  
  70. - The source of the cli.datatype is still the same as V39.6. But the
  71.   cli.datatype in the V39.6 archive doesn't work with AMIGA OS3.5.
  72.   Therefore I have recompiled it with the SAS/C Compiler V6.58.
  73.   The 68000 version was compiled with the compiler options:
  74.     CPU=68000 OPTTIME NOSTKCHK NODEBUG STRMERGE SMALLDATA SMALLCODE NOICONS
  75.   and the 68060 version with:
  76.     CPU=68060 OPTTIME NOSTKCHK NODEBUG STRMERGE SMALLDATA SMALLCODE NOICONS
  77.   They were both linked with:
  78.     SC SD MAP $(MODNAME).map HLSXF PLAIN NOICONS STRIPDEBUG
  79.   (If I compile it with OptPeep or OptimizerGlobal it won't work with
  80.    AMIGA OS3.5.)
  81.   Installation:
  82.   Just copy one of the new cli.datatype0x0 over your old cli.datatype.
  83.  
  84.  
  85. Problems with the cli.datatype:
  86.  
  87. - The EMailer Voodoo doesn't shows the content of lha archives in the right
  88.   part of the window. The output of the cli.datatype trashes the Voodoo
  89.   window. This is a problem of all versions of the cli.datatype and happens
  90.   also under AMIGA OS3.1.
  91.  
  92.